home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue72 / construc / MainForm.dfm < prev    next >
Encoding:
Text File  |  2001-07-03  |  1.6 KB  |  71 lines

  1. object Form1: TForm1
  2.   Left = 270
  3.   Top = 165
  4.   Width = 266
  5.   Height = 162
  6.   Caption = 'Mostly Harmless...'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object bntAnswer: TButton
  17.     Left = 8
  18.     Top = 96
  19.     Width = 97
  20.     Height = 25
  21.     Caption = 'Get The Answer'
  22.     TabOrder = 0
  23.     OnClick = bntAnswerClick
  24.   end
  25.   object btnQuestion: TButton
  26.     Left = 144
  27.     Top = 96
  28.     Width = 105
  29.     Height = 25
  30.     Caption = 'Get The Question'
  31.     TabOrder = 1
  32.     OnClick = btnQuestionClick
  33.   end
  34.   object lbeAnswer: TLabeledEdit
  35.     Left = 8
  36.     Top = 24
  37.     Width = 121
  38.     Height = 21
  39.     EditLabel.Width = 60
  40.     EditLabel.Height = 13
  41.     EditLabel.Caption = 'The Answer:'
  42.     LabelPosition = lpAbove
  43.     LabelSpacing = 3
  44.     TabOrder = 2
  45.   end
  46.   object lbeQuestion: TLabeledEdit
  47.     Left = 8
  48.     Top = 64
  49.     Width = 241
  50.     Height = 21
  51.     EditLabel.Width = 67
  52.     EditLabel.Height = 13
  53.     EditLabel.Caption = 'The Question:'
  54.     LabelPosition = lpAbove
  55.     LabelSpacing = 3
  56.     TabOrder = 3
  57.   end
  58.   object HTTPRIO1: THTTPRIO
  59.     WSDLLocation = 
  60.       'http://DrBob42.TDMWeb.com/cgi-bin/WebService42.exe/wsdl/IHitchHi' +
  61.       'ker'
  62.     Service = 'IHitchHikerservice'
  63.     Port = 'IHitchHikerPort'
  64.     HTTPWebNode.Agent = 'Borland SOAP 1.1'
  65.     HTTPWebNode.UseUTF8InHeader = False
  66.     Converter.Options = [soSendMultiRefObj, soTryAllSchema]
  67.     Left = 176
  68.     Top = 8
  69.   end
  70. end
  71.